home *** CD-ROM | disk | FTP | other *** search
- // copyright 1993 Michael B. Johnson; some portions copyright 1994, MIT
- // see COPYRIGHT for reuse legalities
- //
-
-
- #import <appkit/appkit.h>
-
- #import "RIBCommand.h"
-
- @interface RIBDeclare:RIBCommand
- {
- char *name, *declaration;
- }
-
-
- - setName:(char *)newName declaration:(char *)newDeclaration;
- - (const char *)name;
- - (const char *)declaration;
-
- @end
-